home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / syslogmodule.h < prev    next >
C/C++ Source or Header  |  1999-04-27  |  494b  |  10 lines

  1. static PyObject *syslog_syslog ( PyObject *self , PyObject *args );
  2. #ifndef INET225
  3. static PyObject *syslog_openlog ( PyObject *self , PyObject *args );
  4. static PyObject *syslog_closelog ( PyObject *self , PyObject *args );
  5. static PyObject *syslog_setlogmask ( PyObject *self , PyObject *args );
  6. static PyObject *syslog_log_mask ( PyObject *self , PyObject *args );
  7. static PyObject *syslog_log_upto ( PyObject *self , PyObject *args );
  8. #endif
  9. static void ins ( PyObject *d , char *s , long x );
  10.